<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "utf-8";
/* CSS Document */
body{
	background:#fff;
	margin:0 auto;
	text-align:center;
}

body,td,th,div,ul,li{
	font-family: 'Arial', 'Helvetica', 'sans-serif', 'å®‹ä½“';
	font-size: 12px;
	line-height: 23px;
	color:#555555;
}

input,select{
	color:#555555;
	font-size:12px
}
div,ul,li{
	margin:0;
	padding:0;
	text-align:left;
}
ul,li{
	list-style-type:none;
}
form,img{
	border:0;
	margin:0;
}
a{
	font-size:100%;
	line-height:23px;
	text-decoration: none;
	outline:none;
}
a:link{
	color: #555555;
	blr:expression(this.onFocus=this.blur())
}
a:visited{
	color: #555555;
	blr:expression(this.onFocus=this.blur())
}
a:hover{
	color: #0068b6;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur())
}
.fleft{
	display:inline;
	float:left;
	overflow:hidden;
}
.fright{
	display:inline;
	float:right;
	overflow:hidden;
}</pre></body></html>